home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / sc3x04.exe / SCTRUST.DOC < prev    next >
Text File  |  1993-04-19  |  1KB  |  34 lines

  1.  
  2.                 Scan File Or Directory For Extended Trustees
  3.  
  4.     This function returns the extended trustee information for a file
  5.     or directory (up to 20 entries per call).
  6.  
  7.     Function 22 (16h)
  8.   
  9.     Request Buffer
  10.  
  11.         Offset   Request Packet Contents        Bytes    Remarks
  12.         ------   ---------------------------    -----    -------
  13.         0        Sub-function Structure Len     2        Length
  14.         2        38 (26h)                       1
  15.         3        Directory Handle               1
  16.         4        Sequence                       1
  17.         5        Path Length                    1        
  18.         6        Path                           var      Path Length
  19.  
  20.     Reply Buffer
  21.  
  22.         Offset   Request Packet Contents        Bytes    Remarks
  23.         ------   ---------------------------    -----    -------
  24.         0        Number of Entries              1
  25.         1        Object ID                      80       Hi/Lo
  26.         81       Trustee Rights                 40
  27.                 
  28.     Sequence should be set to zero on the first call to this function.  
  29.     It should be incremented by Number of Entries on subsequent calls.
  30.  
  31.     Note that regardless of how many extended trustee entries are
  32.     returned by this call, Trustee Rights values are returned starting
  33.     at offset 81 in the reply buffer.
  34.